home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_6756 / PlaceObject2_1423_101 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  279b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.ds1._currentframe < 2)
  3.    {
  4.       if(_root.dropship1._currentframe > 4)
  5.       {
  6.          this._x = _root.dropship1._x + 0;
  7.          this._y = _root.dropship1._y + 0;
  8.          _root.ds1.nextFrame();
  9.          stop();
  10.       }
  11.    }
  12. }
  13.